From: Ævar Arnfjörð Bjarmason Date: Sun, 15 May 2005 18:39:18 +0000 (+0000) Subject: * Improved the syntax of two regular expressions X-Git-Tag: 1.5.0alpha2~169 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=60c6893f789362ece8a9ed9047cef5d725fd9579;p=lhc%2Fweb%2Fwiklou.git * Improved the syntax of two regular expressions --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index baa3724668..6cf581d4bb 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -794,8 +794,8 @@ class OutputPage { if ( count( $this->mKeywords ) > 0 ) { $strip = array( - "/<.*?" . ">/" => '', - "/[_]/" => ' ' + "/<.*?>/" => '', + "/_/" => ' ' ); $ret .= "mKeywords ))) . "\" />\n";